GetAsyncKeyState API Definition

I was wondering about a way to get the keyboard strokes & read them. This windows api can be used from all sorts of keylogger hacking tricks to useful shortcut keys in an OS that you would like to define. here is a small code snippet with explanation: This snippet shows the user how to … Continue reading GetAsyncKeyState API Definition